projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd5af6b
)
(struct position): New field ovstring_chars_done.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 7 Oct 1996 17:54:39 +0000
(17:54 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 7 Oct 1996 17:54:39 +0000
(17:54 +0000)
src/indent.h
patch
|
blob
|
history
diff --git
a/src/indent.h
b/src/indent.h
index 9beff4bfb4d29ceaa5cf3828d5412151969b8a9c..91d8f44c1ac9909ce2074172bc76f6e473d5ad6e 100644
(file)
--- a/
src/indent.h
+++ b/
src/indent.h
@@
-26,6
+26,9
@@
struct position
int vpos;
int prevhpos;
int contin;
+ /* Number of characters we have already handled
+ from the before and after strings at this position. */
+ int ovstring_chars_done;
};
struct position *compute_motion ();